github.com/go-faster/jx.Writer.byte (method)
21 uses
github.com/go-faster/jx (current package)
enc.go#L75: return e.w.byte(c)
w.go#L67: func (w *Writer) byte(c byte) (fail bool) {
w.go#L122: return w.byte('{')
w.go#L128: w.byte(':')
w.go#L133: return w.byte('}')
w.go#L138: return w.byte('[')
w.go#L143: return w.byte(']')
w.go#L148: return w.byte(',')
w_b64.go#L17: if w.byte('"') {
w_b64.go#L46: return w.byte('"')
w_int.gen.go#L61: fail = w.byte('-')
w_int.gen.go#L118: fail = w.byte('-')
w_int.gen.go#L211: fail = w.byte('-')
w_int.go#L24: fail = w.byte('-')
w_str.go#L42: fail = w.byte('"')
w_str.go#L57: return fail || w.byte('"')
w_str.go#L99: return fail || w.byte('"')
w_str_escape.go#L126: fail = w.byte('"')
w_str_escape.go#L141: return fail || w.byte('"')
w_str_escape.go#L201: fail = fail || w.rawStr(`\u202`) || w.byte(hexChars[c&0xF])
w_str_escape.go#L211: return fail || w.byte('"')
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |